home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MaxiMac 2001 October
/
MaxiMac 119.iso
/
Macworld on CD n°119
/
Mac OS X
/
Internet
/
Utilisation
/
SiteCam 6.0.5
/
Extras
/
Sample AppleScripts
/
Logo scripts
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-04-17
|
347 b
|
11 lines
|
[
TEXT/ToyS
]
-- Example AppleScript to show how to get/set various parameters
tell application "SiteCam"
get position of logo of document 1
get file of logo of document 1
get active of logo of document 1
get horizontal justification of logo of document 1
get vertical justification of logo of document 1
get transfer mode of logo of document 1
end tell